home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Technology Seed / Jan. '98 ATS.toast / QuickTime™ 3.0b11 / QTPublicInterfaces / RIncludes / Types.r < prev    next >
Encoding:
Text File  |  1998-01-12  |  679 b   |  32 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        Types.r
  3.  
  4.      Contains:    Basic Macintosh data types.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    QuickTime 3.0 Beta
  8.  
  9.      Copyright:    © 1985-1997 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18.  
  19. #ifndef __TYPES_R__
  20. #define __TYPES_R__
  21.  
  22. #ifndef __CONDITIONALMACROS_R__
  23. #include "ConditionalMacros.r"
  24. #endif
  25.  
  26. #ifndef __MACTYPES_R__
  27. #include "MacTypes.r"      /* Types.r was renamed to MacTypes.r */
  28. #endif
  29.  
  30. #endif /* __TYPES_R__ */
  31.  
  32.